home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / SampApps / Tutorial / tutorial.exe / GuidedTour / Database / customers.mdb / Agency.json next >
JavaScript Object Notation  |  1996-11-29  |  256b

  1. {
  2.     "schema": {
  3.         "Customer_ID": "Long Integer",
  4.         "Agency": "Text (10)",
  5.         "Office": "Text (10)",
  6.         "Sales Rep": "Text (10)",
  7.         "Profit Margin": "Text (255)"
  8.     },
  9.     "data": [
  10.         {
  11.             "Customer_ID": 1001,
  12.             "Agency": "New York  ",
  13.             "Office": "New York  ",
  14.             "Sales Rep": "1         ",
  15.             "Profit Margin": "12"
  16.         }
  17.     ]
  18. }